home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / telecomm / 515 / chekbill / chekbill.txt < prev   
Text File  |  1991-03-11  |  2KB  |  48 lines

  1. Check GEnie Bill Script
  2. by Fred H. Koch
  3.  
  4. This ST Aladdin script will check your GEnie bill.  This is a Star*Service so no additional charges are acquired.
  5.  
  6. The script will request the month to check.  Enter a single month as JAN or enter a range of months as APR-JUN or press the RETURN key to check all available months.  If a month is requested that is not available, all available months will be displayed.
  7.  
  8. A path and file name for the bill file can be specified.  Pressing the RETURN key will save the bill file using the file name GENEBILL.TXT in the same folder where the Aladdin program is found.
  9.  
  10. The script will log off after retrieving the bill information.
  11.  
  12. The script can be aborted at any point by pressing the ESC key.
  13.  
  14.  
  15. GETTING THE SCRIPT RUNNING
  16.  
  17. To get the script running, you will need to paste it into the ST Aladdin
  18. script file.  Aladdin is limited to scripts numbered 3-9.  If you already
  19. have 9 scripts you will need to delete one to get the check bill script
  20. to work.
  21.  
  22. To paste the script into the script file, choose Edit User Scripts from
  23. the file menu.  The script file will be loaded with the cursor at the end
  24. of the file.  If there are less than 9 scripts you can just choose Paste
  25. File from the edit menu and select CHEKBILL.SPT.   The script number will
  26. need to be changed to the last number not used, ie. if there were 6
  27. scripts before pasting the download script, change the script number to 7.
  28. If there are already 9 scripts one will need to be deleted and the
  29. check bill script pasted in its place.
  30.  
  31. Once the check bill script is pasted and the script number changed, click
  32. on the window close box, or press ESC to save the new script file.
  33.  
  34. The script is now ready to use.
  35.  
  36.  
  37. SCRIPT MODIFICATIONS
  38.  
  39. A default path can be set for the bill file.  The script contains comments explaining where the change must be made.
  40.  
  41. Change the CAPTURE %2 command to CAPTURE drive:folder1\folder2\%2 replacing drive with the desired drive letter, folder1 etc. with the desired folder names.
  42.  
  43. If a default path is used, entering a path when the script asks for a path and name will most likely cause the script to fail.  At the very least it will cause the file to have a different name than intended and maybe not be saved.
  44.  
  45. The default file name can be changed from GENEBILL.TXT to anything you like by replacing all occurances of GENEBILL.TXT with the name you like.
  46.  
  47.  
  48.